home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / DS-1.ZIP;1 / CONFIG.ZIP / ITEST.CMD < prev    next >
Encoding:
Text File  |  1991-04-28  |  314 b   |  18 lines

  1. @echo off
  2. icont -s %1
  3. @echo Executing %1
  4. if not exist %1.dat goto skip1
  5. iconx -e - %1 <%1.dat >%1.out
  6. goto comp
  7. :skip1
  8. iconx -e - %1 >%1.out
  9. :comp
  10. compare %1.out stand\%1.out -t -w -l %1.dif
  11. type %1.dif
  12. erase local\%1.out
  13. erase local\%1.dif
  14. copy %1.out local
  15. copy %1.dif local
  16. erase %1.*
  17. @echo on
  18.